home *** CD-ROM | disk | FTP | other *** search
/ Experimental BBS Explossion 3 / Experimental BBS Explossion III.iso / disk / dcf43.zip / EXTRACT.TXT < prev    next >
Text File  |  1993-09-13  |  5KB  |  139 lines

  1. Extract 1.1
  2.  
  3. NOTE :
  4. EXTRACT is now freeware. You can distribute EXTRACT (but include and don't
  5. modify this EXTRACT.TXT) on BBS, french minitel server, CDROM.
  6. YOU CAN NOW GIVE EXTRACT WITH COMMERCIAL SHAREWARE. If you put disk image on a
  7. commercial CDROM (like Microsoft Windows 3.1 DDK), you can pout extract.
  8.  
  9. There is 4 files. If you distribute Extract, you must distribute at least one .EXE
  10. and EXTRACT.TXT.
  11. EXTRACT.EXE : MSDOS version
  12. EXTRACNT.EXE : Win32 console version for NT.
  13. EXTRACT.TXT : this file 
  14. FILE_ID.DIZ : file for BBS
  15.  
  16. --------------------------------------------
  17. FOR BBS:
  18. FILE_ID.DIZ content is :
  19. EXTRACT 1.1: Extracting files from disk image
  20. With PKUNZIP UNARJ like syntaxe, you can
  21. extract file from floppy image created by
  22. WinImage (same author), DCF, DF, Sabdu,
  23. and a lot of disk copy tool which make
  24. disk image. Versions for DOS and for NT.
  25. NOW FREEWARE!
  26.  
  27. --------------------------------------------
  28.  
  29. Extracting file from disk image
  30. Extract is a file in disk image extraction utility. An image is a file which 
  31. contains all the floppy data (file, FATs, boot sector, directory...). You can 
  32. create an image file with WinImage (a Windows 3.1 or Windows NT 
  33. shareware I wrote which create and manage image file, and has a 
  34. superset of Extract functionnality) and a lot of Dos based disk copy 
  35. utility : Wimage (in FdFormat utility) from C.H. HochstΣtter, DrDos 6 and 
  36. OS/2 2.x diskimage utility, DCF (Disk Copy Fast) from Chang Ping Lee, 
  37. DF (Disk Image File Utility) from Mark Vitt, Super-DiskCopy from Super 
  38. Software, SabDu from S.A. Berman, Disk-RW from K. Hartnegg, 
  39. DiskDupe (from Micro System Design), internal disk Microsoft and Lotus 
  40. image utility and MFMT sample Windows NT application given with 
  41. Windows NT SDK.
  42.  
  43. 80 % of the diskcopy tools which can make image I test are compatible 
  44. with Extract and WinImage.
  45.  
  46. Note that WinImage read all the image file created by these software, except 
  47. DiskDupe (this will be fixed in WinImage 1.10).
  48.  
  49.  
  50. Using Extract
  51.  
  52. Run Extract without parameters, and you see this :
  53. Extract - Extract file in wImage - V 1.00 (c) 1991-93 Gilles Vollant
  54.  
  55.  
  56. Usage: Extract -l <file> [<Files names>]             List file in an image
  57.        Extract -e <file> [x:outpath] [<Files names>] Extract files
  58.        Extract -x <file> [x:outpath] [<Files names>] eXtract files with pathname
  59.  
  60.        Using -oe or -ox instead -e or -x extract Overwriting existing files
  61.  
  62.  
  63. Utilities from Gilles VOLLANT - 13 rue Mansart 91540 MENNECY - FRANCE
  64. if you use this software, you can send me $20 or 100 French Francs
  65. and I send you WinImage.
  66.  
  67.  
  68.  
  69. Extract syntax is based on PKUNZIP and ARJ model.
  70. First parameter must be -l, -e, -o, -x, -oe or -ox. If the first parameter is 
  71. the image filenale, the -l (list option) is selected.
  72. Second parameter is the image filename. You can use wildcard with 
  73. Joker, and Extract use all the file it find with this joker.
  74. Third parameter is optionnal. It is the location where you want extract 
  75. your file. You must begin this parameter with x:, where x is the drive. If 
  76. you give only subdirectory name, extract don(t consider it as a eextract 
  77. location information.
  78. And after, you can specify somes wildcard for choose files in images. 
  79. You don't specifiy it, Extract use all file in the image.
  80.  
  81. Exemples :
  82. We are in the C:\REP1 subdirectory, and we created C:\REP2 
  83. subdirectory. In C:\REP1; we have DISK1.IMA and DISK2.IMA created 
  84. with WinImage.
  85.  
  86. DISK1.IMA is the image of a floppy with this files:
  87. DOC1.TXT
  88. DOC1.DOC
  89. DOC1A.TXT
  90.  
  91. DISK2.IMA is the image of a floppy with this files:
  92. DOC2.TXT
  93. DOC2.DOC
  94. DOC2A.TXT
  95. a subdirectory named DOC2R and which contain:
  96. DOC2R\DOC2B.TXT
  97.  
  98.  
  99. if we launch:
  100. EXTRACT -L DISK?.IMA
  101. Extract list the directory of the DISK1.IMA and DISK2.IMA image.
  102.  
  103. EXTRACT -E DISK?.IMA
  104. Extract create the files C:\REP1\DOC1.TXT, C:\REP1\DOC1.DOC, 
  105. C:\REP1\DOC1A.TXT, C:\REP1\DOC2.TXT, C:\REP1\DOC2.DOC, 
  106. C:\REP1\DOC2A.TXT, C:\REP1\DOC2B.TXT.
  107.  
  108. EXTRACT -X DISK?.IMA
  109. Extract create the directory C:\REP1\DOC2R and the files 
  110. C:\REP1\DOC1.TXT, C:\REP1\DOC1.DOC, C:\REP1\DOC1A.TXT, 
  111. C:\REP1\DOC2.TXT, C:\REP1\DOC2.DOC, C:\REP1\DOC2A.TXT, 
  112. C:\REP1\DOC2R\DOC2B.TXT.
  113.  
  114. EXTRACT -X DISK?.IMA C:\REP2 *.DOC DOC2B.TXT
  115. Extract create the directory C:\REP2\DOC2R and the files 
  116. C:\REP2\DOC1.DOC, C:\REP2\DOC2.DOC, 
  117. C:\REP2\DOC2R\DOC2B.TXT.
  118.  
  119. Using -E or -X; when Extract must delete existing file, it ask confirmation. 
  120. Using -OE or -OX, it don't
  121.  
  122.  
  123.  
  124. Registration and feedback.
  125. You can give me feedback, in french or english, at the adress:
  126. Internet e-mail box : 100144.2636@compuserve.com
  127. Compuserve : 1000144,2636
  128. french minitel server 3614-3615 TEASER, BAL GILWIN
  129. french minitel server 3614-3615 PICKUP, BAL GILWIN
  130.  
  131. By letter to :
  132. Gilles Vollant
  133. 13, rue Mansart
  134. 91540 Mennecy
  135. France
  136.  
  137.  
  138.  
  139.